projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b6d95
)
* src/xml.c (parse_string): Use const.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 30 Sep 2010 23:26:40 +0000
(16:26 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 30 Sep 2010 23:26:40 +0000
(16:26 -0700)
src/ChangeLog
patch
|
blob
|
history
src/xml.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 140be8095d783b125bf1376240da2eea02402b96..05d7d4336ae252a1199c3bbee1b1563dfc9512d8 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * xml.c (parse_string): Use const.
+
2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
diff --git
a/src/xml.c
b/src/xml.c
index 5829f1da53878c618b897dcbe652111027145448..6f4b1e79cd4126be971e2008e953535438e965c4 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-80,7
+80,7
@@
parse_string (Lisp_Object string, Lisp_Object base_url, int htmlp)
xmlNode *node;
Lisp_Object result = Qnil;
int ibeg, iend;
- char *burl = "";
+ c
onst c
har *burl = "";
LIBXML_TEST_VERSION;